home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-21 | 14.6 KB | 698 lines | [TEXT/MPS ] |
- object oQuickTime_2_7 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oKeyboard_Volume__7_40,
- oQT_BCK2_PIC_7_15,
- oClick_Sound__Up__7_2,
- oClick_Sound__down__7_3,
- oArrow_Right_Yellow_Highligh_7_4,
- oArrow_Left_Yellow_Highlight_7_5,
- oExit_Yellow_Highlight_7_6,
- oExplain_Yellow_Highlight_7_34,
- oMenu_Yellow_Highlight_7_8,
- oArrow_Left_Inverse_7_9,
- oArrow_Right_Inverse_7_10,
- oExit_Inverse_7_11,
- oExplain_Inverse_7_12,
- oMenu_Inverse_7_13,
- oQT_ARW1_PIC_7_23,
- oQT_ARW2_PIC_7_24,
- oQT_ARW3_PIC_7_25,
- oQT_ARW4_PIC_7_26,
- oQT_MOTO_MOV_7_27,
- oQT_HLP2_PIC_7_35
- ];
- end;
-
-
- object oKeyboard_Volume__7_40 is cKeyboardHandler
- with
- Behavior is cDefaultBehavior
- has
- KeyDown(theTarget, theKey)
- use
- KeyMatch;
-
- do
- KeyMatch := theKey = '-';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(-1);
- end;
- KeyMatch := theKey = '=';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(1);
- end;
- KeyMatch := theKey = '+';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(1);
- end;
- end;
-
- with
- Enabled is true; Shown is false;
- X is 30; Y is 24; Width is 0; Height is 0;
- end;
- end;
-
-
- object oQT_BCK2_PIC_7_15 is cPictureHandler
- with
- Duration is -1;
- Supplier is oQT_BCK2_PIC;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object oClick_Sound__Up__7_2 is cSoundHandler
- with
- Supplier is oS3_2clk_WAV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 247; Y is 128; Width is 32; Height is 24;
- end;
- end;
-
-
- object oClick_Sound__down__7_3 is cSoundHandler
- with
- Supplier is oS3_clk_WAV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 304; Y is 228; Width is 32; Height is 24;
- end;
- end;
-
-
- object oArrow_Right_Yellow_Highligh_7_4 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ALYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oArrow_Right_Inverse_7_10.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__7_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oArrow_Right_Inverse_7_10.Show(false);
- oClick_Sound__Up__7_2.Run(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oBinder.Goto(oMain_Menu_1);
- oBinder.SetTransition(oVerticalComb, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 473; Y is 426; Width is 55; Height is 54;
- end;
- end;
-
-
- object oArrow_Left_Yellow_Highlight_7_5 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ARYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oArrow_Left_Inverse_7_9.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__7_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oArrow_Left_Inverse_7_9.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__7_2.Run(true);
- oBinder.Goto(oQuickTime_1_6);
- oBinder.SetTransition(oVerticalComb, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 377; Y is 426; Width is 60; Height is 54;
- end;
- end;
-
-
- object oExit_Yellow_Highlight_7_6 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ETYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oExit_Inverse_7_11.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__7_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oExit_Inverse_7_11.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__7_2.Run(true);
- oBinder.Quit();
- end;
-
- with
- Enabled is true; Shown is true;
- X is 528; Y is 426; Width is 111; Height is 54;
- end;
- end;
-
-
- object oExplain_Yellow_Highlight_7_34 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_EXYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- if oQueryCursor=void then
- oQueryCursor.Load();
- end;
- oQueryCursor.Set();
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oExplain_Inverse_7_12.Show(true);
- oBinder.Refresh();
- oClick_Sound__down__7_3.Run(true);
- oQT_HLP2_PIC_7_35.Show(not oQT_HLP2_PIC_7_35.IsShown());
- oBinder.StopAll();
- oQT_ARW1_PIC_7_23.Enable(not oQT_ARW1_PIC_7_23.IsEnabled());
- oQT_ARW2_PIC_7_24.Enable(not oQT_ARW2_PIC_7_24.IsEnabled());
- oQT_ARW3_PIC_7_25.Enable(not oQT_ARW3_PIC_7_25.IsEnabled());
- oQT_ARW4_PIC_7_26.Enable(not oQT_ARW4_PIC_7_26.IsEnabled());
- oQT_MOTO_MOV_7_27.Enable(not oQT_MOTO_MOV_7_27.IsEnabled());
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oExplain_Inverse_7_12.Show(false);
- oBinder.Refresh();
- oClick_Sound__Up__7_2.Run(true);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 289; Y is 427; Width is 87; Height is 53;
- end;
- end;
-
-
- object oMenu_Yellow_Highlight_7_8 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_MNUYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oMenu_Inverse_7_13.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__7_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oMenu_Inverse_7_13.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__7_2.Run(true);
- oBinder.Goto(oMain_Menu_1);
- oBinder.SetTransition(oVerticalComb, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 163; Y is 427; Width is 126; Height is 53;
- end;
- end;
-
-
- object oArrow_Left_Inverse_7_9 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ALI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 381; Y is 441; Width is 51; Height is 40;
- end;
- end;
-
-
- object oArrow_Right_Inverse_7_10 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ARI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 477; Y is 438; Width is 50; Height is 42;
- end;
- end;
-
-
- object oExit_Inverse_7_11 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ETI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 528; Y is 439; Width is 112; Height is 42;
- end;
- end;
-
-
- object oExplain_Inverse_7_12 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_EXI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 291; Y is 438; Width is 87; Height is 43;
- end;
- end;
-
-
- object oMenu_Inverse_7_13 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_MNUI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 167; Y is 438; Width is 123; Height is 43;
- end;
- end;
-
-
- object oQT_ARW1_PIC_7_23 is cPictureHandler
- with
- Duration is -1;
- Supplier is oQT_ARW1_PIC;
- Behavior is cDefaultBehavior
- has
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- oClick_Sound__down__7_3.Run(true);
- if oQT_MOTO_MOV_7_27.GetTime() = 0 then
- oQT_MOTO_MOV_7_27.GotoEnd();
- else
- oQT_MOTO_MOV_7_27.StepBy(-1);
- End;
- end;
-
- with
- Enabled is true; Shown is true;
- X is 314; Y is 282; Width is 31; Height is 34;
- end;
- end;
-
-
- object oQT_ARW2_PIC_7_24 is cPictureHandler
- with
- Duration is -1;
- Supplier is oQT_ARW2_PIC;
- Behavior is cDefaultBehavior
- has
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- oClick_Sound__down__7_3.Run(true);
- oQT_MOTO_MOV_7_27.StepBy(1);
- if oQT_MOTO_MOV_7_27.GetTime() = oQT_MOTO_MOV_7_27.GetDuration() then
- oQT_MOTO_MOV_7_27.GotoBeginning();
- End;
- end;
-
- with
- Enabled is true; Shown is true;
- X is 394; Y is 282; Width is 31; Height is 34;
- end;
- end;
-
-
- object oQT_ARW3_PIC_7_25 is cPictureHandler
- with
- Duration is -1;
- Supplier is oQT_ARW3_PIC;
- Behavior is cDefaultBehavior
- has
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- oClick_Sound__down__7_3.Run(true);
- if oQT_MOTO_MOV_7_27.GetTime() = 0 then
- oQT_MOTO_MOV_7_27.GotoEnd();
- else
- oQT_MOTO_MOV_7_27.StepBy(-10);
- End;
- end;
-
- with
- Enabled is true; Shown is true;
- X is 514; Y is 283; Width is 32; Height is 33;
- end;
- end;
-
-
- object oQT_ARW4_PIC_7_26 is cPictureHandler
- with
- Duration is -1;
- Supplier is oQT_ARW4_PIC;
- Behavior is cDefaultBehavior
- has
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- oClick_Sound__down__7_3.Run(true);
- oQT_MOTO_MOV_7_27.StepBy(10);
- if oQT_MOTO_MOV_7_27.GetTime() = oQT_MOTO_MOV_7_27.GetDuration() then
- oQT_MOTO_MOV_7_27.GotoBeginning();
- End;
- end;
-
- with
- Enabled is true; Shown is true;
- X is 595; Y is 283; Width is 30; Height is 33;
- end;
- end;
-
-
- object oQT_MOTO_MOV_7_27 is cMovieControllerHandler
- with
- Supplier is oQT_MOTO_MOV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 312; Y is 22; Width is 320; Height is 240;
- end;
- end;
-
-
- object oQT_HLP2_PIC_7_35 is cPictureHandler
- with
- Duration is -1;
- Supplier is oQT_HLP2_PIC;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is false;
- X is 168; Y is 0; Width is 472; Height is 425;
- end;
- end;
-
-